projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8896f22
)
(simula-emacs-features): Treat Emacs 20 like Emacs 19.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 03:42:01 +0000
(
03:42
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 7 Sep 1997 03:42:01 +0000
(
03:42
+0000)
lisp/progmodes/simula.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/simula.el
b/lisp/progmodes/simula.el
index c4de80bfd611c0ae21c91a45012cb7b13df624eb..c329e8b554cc79f85296b8d7eec0de43cd718abb 100644
(file)
--- a/
lisp/progmodes/simula.el
+++ b/
lisp/progmodes/simula.el
@@
-234,7
+234,7
@@
for SIMULA mode to function correctly.")
(cond
((= major 18) (setq major 'v18)) ;Emacs 18
((= major 4) (setq major 'v18)) ;Epoch 4
- ((
= major 19) (setq major 'v19 ;Emacs 19
+ ((
>= major 19) (setq major 'v19 ;Emacs 19 or 20
flavor (if (string-match "Lucid" emacs-version)
'Lucid 'FSF)))
;; I don't know